home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / tobby_ur.swf / scripts / frame_69 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  387 b   |  13 lines

  1. var idName = "stg" + String(this.gStageNum);
  2. var newName = "mapMC";
  3. var depth = 1000;
  4. this.attachMovie(idName,newName,depth);
  5. this[mapMC]._x = 0;
  6. this[mapMC]._y = 0;
  7. this.attachMovie("tobby","tobbyMC",2002);
  8. this.tobbyMC._x = -100;
  9. this.attachMovie("player_stick","stickMC",2001);
  10. this.stickMC._x = -100;
  11. this.attachMovie("player_hand","handMC",2000);
  12. this.handMC._x = -100;
  13.